INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b153c50034ddbac2554635f2c023e35d65fc49bab8e3e8e7a038cefd69e95281', 
    'CWieYhX0u+UCxGJu7ocUwgT25yoovMAQjPZ1KdDSO+4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)