INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '11e6294519288c4c6403f1720915d6134ff74842dcad45a4e0cbd66e50c2599f', 
    'x/K0Hlbwsbt3h7pIs7JhafH3B/WC390C9jfOG0obYsQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)