v.22.9Bug Fix

Fix Pipeline Stuck Exception for OFFSET Queries with Always False Condition in WHERE

Fix possible pipeline stuck exception for queries with OFFSET. The error was found with enable_optimize_predicate_expression = 0 and always false condition in WHERE. Fixes #41383. #41588 (Nikolai Kochetov).