INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c24381ee35def91534e40d4c8be1d2083e2e5c8e07959c0dacc9bdebdf61bd80', 
    'TcNiw6hJB82ai+pCsY50mqxB1739gt3wvHaU/J2jnd4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)