INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2e6e1059898a6f59090920a45e5cc0959ac8d2baa82ecff1e3c0208ff428e788', 
    'gG2nRnYLYMPKtLXDtP3JhIhlsxzwV08pN+fl+dnoATs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)