INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '92c4b4f7f6315eca5dd91bbd873eb4366debeeae4a1f0ce75a1a09e7c9cde467', 
    'uL8PKl3DmZSvsWLgUau6gYgPGmhOcGSYthQ1ueJQbpM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)