QUERY PLAN
GroupAggregate (cost=450.82..451.18 rows=18 width=36)
Group Key: implement_record_id
-> Sort (cost=450.82..450.86 rows=18 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..450.44 rows=18 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7518,7520,7521,7519,7523,7522,7530,7524,7526,7525,7529,7531,7527,7533,7528,7534,7532,7535}'::integer[])))