INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '42fc07a6a09c27890915b17aa97574877c424147815155d3e451a3564a507c89', 
    '0b36NMn208ReGoeGstLI/+2pmlu9JgkSmqCNYiYs3yI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)