INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1eb5503d029773e8975205bb60606878e35c5da6d06de80cfa972bcc642343fc', 
    '8svv2VCySkHVO+PhbZ7L9h0ZxtqcR4OPn3yFBGgwne4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00014

Result

int(1)