QUERY PLAN
GroupAggregate (cost=323.83..324.21 rows=19 width=36)
Group Key: project_id
-> Sort (cost=323.83..323.88 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..323.43 rows=19 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3880,3878,3854,3837,3796,3946,3944,3958,3895,3952}'::integer[])))