INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '45d97b54ac096eeeea15f18287b1c9240882af7ed41adaa591d0608114afde6e', 
    'XZp4LWJnMmXBUU5z5uxbHWXJf/HCNnREcMzwwh2X1oc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)