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

Query time 0.00022

Result

int(1)