INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '59c8e6de8f93059ac771519b0f701f82638925e1932761e464ef1f72e7674d92', 
    '+yG/J1yb6qhVeohRQ+Xcu5B4H5bthGmLqIeDZ+GLYss=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)