QUERY PLAN
GroupAggregate (cost=460.96..461.97 rows=50 width=36)
Group Key: project_id
-> Sort (cost=460.96..461.09 rows=51 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=51 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4087,4086,3923,4077,4084,4070,4067,4007,4065,4076,4066,4072,4058,4026,4017,3955,4068,4075,4074,4073}'::integer[])))