INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bf603849f17cc42d1a3078288cc21b4d3166b9c561ed61a9bdc95125f727d2ee', 
    'cqLejzhdaMe9GeGOoJbs8CuO6n8YLdjlVtoOGf8/hUs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)