INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aa29ad320769108f06760c878c1e18d01f851edd10695394f7ab409746fa6e83', 
    '3aDeUlttgL3q4nPunWCwBYRcqAfyfnJXCKOrS903htE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00102

Result

int(1)