INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a54d3448e36542a6beb78acd233932013053359ec44d21035a8284ff951dd2b5', 
    'ahFollZSdliQbiEkS/uXwfUcgg3qTPtzeeWPP/XlNJI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)