QUERY PLAN
Sort (cost=1.55..1.55 rows=2 width=289)
Sort Key: sort, is_delete
-> Seq Scan on tbl_work_log_scenario_options (cost=0.00..1.54 rows=2 width=289)
Filter: (((NOT is_delete) OR (id IS NULL)) AND (work_log_scenario_id = ANY ('{1,2,3}'::integer[])))