INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7ce62173b37739e2dcb8afa733143ae87969b55e034eea47f9225585ca454eb1', 
    'd7/Zd7cI/9y79pmie9YYpnoZq7CLdDytMa2GRhUbH5g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)