INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '422bbba5ab02a40b41d2314b3d1cd75bf4b64f1bd155c4c7cb8ad59899d4b5f6', 
    'LI4Xb242GPCYhTkg0x8sLZ+LUMPlth7Q1B7NAOc9ULs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00015

Result

int(1)