v.24.10Bug Fix

Fix JOIN ON Optimization with IS NULL Check

Fix incorrect JOIN ON section optimization in case of IS NULL check under any other function (like NOT) that may lead to wrong results. Closes #67915. #68049 (Vladimir Cherkasov).