INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a1ec290d43a8efe1f4c3c192e642f157430581eb7230dd7cec7c71558f76c05f', 
    'aLDfOP47g+uP/qFunp91IPmibrRBi8b85ERYsDKtg+w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)