INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '75f8184bea3b8cd22daeddd51e4c5c6943496d2f703103585453731c140639e6', 
    'LXT+Ka1KWfns4ZPAQG3KmhoBar/gYE0ZBJ5aGROZo5s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)