QUERY PLAN
Sort (cost=5.20..5.26 rows=22 width=26)
Sort Key: id
-> Seq Scan on tbl_punch_leave_verify_rels (cost=0.00..4.71 rows=22 width=26)
Filter: ((status <> 0) AND (punch_leave_id = ANY ('{101,100,99,98,97,96,95,94,93,92,91,90,89,88,87,84,83,82,81,80}'::integer[])))