INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '33f836d3080258f7fd435c075acbc46f7b380529693f2bf63283be2162fd32d7', 
    '9LcYLWSX2SsVi7b0A7VjlBc16SmamigZnX5iIyggoc4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)