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 ('{3955,4007,4017,4026,4031,4058,4074,4068,4072,4066,4076,4070,4075,4071,4073,4086,4067,3923,4077,4084}'::integer[])))