INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e7fe0a36984a81ec6d643b301dc6204bb15c398687c6d82ccb172beef0ca2907', 
    'I12hFJP+CU9IFKQ3Xv8ESIE1lJ2LIfptBqR7/GXmqb8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)