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 ('{4120,4103,4119,4118,4037,3993,3992,3986,3580,4113,4098,4116,4094,4115,4112,4111,4101,4100,4092,4096}'::integer[])))