INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f0f0e53bf985ac5d0e8bc1d8f8d8bddfc72c121b24bb580aeb0fc55c1b4fc598', 
    'LcG8ZCzUsPuxVyHAS/VRe90keeP8Ybp9zh/2AD1yd64=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)