QUERY PLAN
GroupAggregate (cost=524.45..524.71 rows=13 width=36)
Group Key: implement_record_id
-> Sort (cost=524.45..524.48 rows=13 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..524.21 rows=13 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7427,7438,7441,7448,7449,7453,7461,7494,7503,7517}'::integer[])))