QUERY PLAN
Aggregate (cost=203.36..203.37 rows=1 width=8)
-> Seq Scan on tbl_approves (cost=0.00..203.36 rows=1 width=0)
Filter: ((status = ANY ('{1,5}'::integer[])) AND ((next_verify_user = 1001) OR (next_cancel_verify_user = 1001)))