INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '132db600eb16876edd6e72ebdae0a5f56537cae18f0d5c94daffa2aab5d71ebb', 
    'jxg6GPIRP+zZKAcm57ZVckJAWwxnPdvAHQX5LEjXiAs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)