QUERY PLAN
GroupAggregate (cost=460.68..461.53 rows=42 width=36)
Group Key: project_id
-> Sort (cost=460.68..460.79 rows=43 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=43 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3019,3027,2939,2893,2907,2759,2684,2695,2530,2508,2507,2504,2459,2458,2422,2080,2079,1983,1963,1938}'::integer[])))