INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7ea1542ba8c19776c2a56659c00b8ec724dbf5be0148e05085d7afed26f053a6', 
    'RkJ2CotfTwvLZUUFkFbWXQ69UK5F14elo6LZ3DtXL00=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00069

Result

int(1)