QUERY PLAN
GroupAggregate (cost=387.83..388.33 rows=25 width=36)
Group Key: project_id
-> Sort (cost=387.83..387.89 rows=25 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..387.25 rows=25 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4184,4182,4185,4183,4181,4173,4171,4152,4150,4158,2939,4179,4175}'::integer[])))