INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '57ae61b06e385d50618951d19534892051c04400679975b517709b5c1e07a451', 
    '4ZFysNRAKMiLiL+Lf4TOc/0Y0r/1+YtX5MIBtNbafpM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00056

Result

int(1)