INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd1d8b120f635b3abb27d3f2b9f1672e93db285e9840c8ce2eb1ee626d46f67e4', 
    'b1NecMdRR8Te16mXCZQoqqvAPGOVfBxLXkRsVGP/yAM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)