QUERY PLAN
GroupAggregate (cost=420.15..421.08 rows=46 width=36)
Group Key: project_id
-> Sort (cost=420.15..420.27 rows=47 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..418.85 rows=47 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4139,4059,3956,3849,3919,3882,3917,3883,3898,3745,3538,3301,3105,3049,2831,2851}'::integer[])))