INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4fb698cf0f0e39d242c935a550b6e27ee5f3a71202e03d7b6b8684ef3cc1197d', 
    'cig7xwi1m2EGz3lRq2fnNpE9l9xUQN3zugwfES3xQ4c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)