INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '24fcee96f1815f4692d37c2eb4d78de2575226d9571066b51f0be64d53b3f6e1', 
    'P9+gwdmLfF/Ud4zViD11kdBJsGxwPfJ898bjsnm+atU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00055

Result

int(1)