INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5250902be1095fb84a6579cefa8de3019f4f666b0b70b004e0d8e87d23abd5d1', 
    'tKGeDlgLXw6IMJZ+6yAaeeswiebNDGt8ayYGIEw6il8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)