INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '64a9efc8d29fc6602923964897bd0b3601f83419c99c2ca447a2cbaa5657e44e', 
    'YryX4EUaqooVbn7fS2tYKpIgCROkExXthGjdk7uOQ9U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)