INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '808c82eab5c8efdde425e72dc3f9de634742f691aaf08b469275e5ec05e8394e', 
    'Oagb4QeSUY/ert/M0nTeMhEa9Zo4PYBKo7RSfM/e/Eg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)