QUERY PLAN
Sort (cost=2.04..2.08 rows=19 width=31)
Sort Key: sort, is_delete
-> Seq Scan on tbl_work_log_scenario_options (cost=0.00..1.63 rows=19 width=31)
Filter: (((NOT is_delete) OR (id = 73)) AND (work_log_scenario_id = ANY ('{1,2,3}'::integer[])))