INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6688e05b9836e70fd9a605ba722ae9913ad4d8062a2874170035dfc7a69f49d6', 
    '6+HfeIW4Y3ZO7Cg5ORJoO67fZfZC95LFexSESd4W45U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)