INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bcc690aef2f275962f21cba1e0841240f032593fc1c2cb963f688cd691e54e36', 
    'L55cloC5v0MSHjAbiMZqQV5wbD5vrFRXD2LeIPttBZc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)