QUERY PLAN
GroupAggregate (cost=294.95..295.31 rows=18 width=36)
Group Key: project_id
-> Sort (cost=294.95..295.00 rows=18 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..294.58 rows=18 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3805,3811,3739,3801,3461,3577,3807,3796,3809,3810}'::integer[])))