INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '57d22ac7360d630e014ce330b90b07eb8df640687fd872afc9cdffe35c2beaed', 
    'g7GjZt5efoQZU2jMK/3Yka4ozdDRtheoNDDpHfghDdw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)