QUERY PLAN
GroupAggregate (cost=382.79..383.50 rows=35 width=36)
Group Key: project_id
-> Sort (cost=382.79..382.88 rows=36 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..381.86 rows=36 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3805,3814,3811,3798,3695,3232,3813,3812,3810,3809,3808,3807,3804,3806,3461,3787,3778,3803,3702,3797}'::integer[])))