QUERY PLAN
GroupAggregate (cost=385.97..386.68 rows=35 width=36)
Group Key: project_id
-> Sort (cost=385.97..386.06 rows=36 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..385.04 rows=36 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3769,3771,3782,3796,3800,3789,3793,3788,3792,3791,3794,3786,3804,3806,3807,3808,3801,3461,3816,3809}'::integer[])))