QUERY PLAN
GroupAggregate (cost=524.37..524.57 rows=10 width=36)
Group Key: implement_record_id
-> Sort (cost=524.37..524.40 rows=10 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..524.21 rows=10 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{6788,6793,6797,6826,6834,6897,7023,7274,7329,7535}'::integer[])))