INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7758428730b22641c80c659c59fcbbe400a15f849c8d4ee1566b021981be51ab', 
    '6qPGwHdy4/ONlyMhSmVx8IoP2rkY9xqPeRlbu23BJhE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)