INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '007d7a6793557d231178868bf3060a3b9350cc5fa905cc9048ba1db5d2887a1d', 
    'ORbJxoppMkwXjrvQmCVRUog4sOm5aNqx15hysXedNNM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)