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,3798,3695,3232,3812,3810,3809,3808,3807}'::integer[])))