QUERY PLAN
GroupAggregate (cost=461.17..462.29 rows=55 width=36)
Group Key: project_id
-> Sort (cost=461.17..461.32 rows=57 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=57 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4024,4174,4002,4144,4099,4151,4081,4154,4130,4124,4121,4103,4119,4037,3993,3992,3986,3580,4094,4111}'::integer[])))