INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f7102457b5685a97ca7677a97ce09ef8e347408becdb27eaf1580801b65037f2', 
    '/73G1z4iXou3BebfH0XahPfbcy6zRt+9GAVyc115P1g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)