QUERY PLAN
GroupAggregate (cost=462.25..463.15 rows=45 width=36)
Group Key: project_id
-> Sort (cost=462.25..462.36 rows=46 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..460.97 rows=46 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{1018,4184,4186,4126,2290,4024,4185,4182,4183,4181,4174,4146,3957,3796,3854,4173,4180,4179,4178,4177}'::integer[])))