INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '195ba93b68eb79a723c8954aab8bec3df9a87869c96cc4bb6f2bd072b58e6e9c', 
    'c4GHxmlLLtdLtcRW8sV1oelnMMNrM94Gbgqsw5b+geM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)