INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8a8bd38d65aef888af7819307a72821b64be1789f1bce5b36e008b36e3b86efe', 
    'OdE72DmkRaZEW6Gcd+q3qh5PKGHuqj0rZ7yMj25UWC0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00060

Result

int(1)