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 ('{3955,3716,3932,3944,3778,3387,3743,3906,3648,3032}'::integer[])))