INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '028cb371ac53d68ee0d72a2041283c19176fe62d5e7e054f8f752a60ffc12f23', 
    'jPlY+Ah6SsEA1MWmPr/z1OTgkh8IrcexREkMRADALSw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)