QUERY PLAN
GroupAggregate (cost=439.44..440.13 rows=34 width=36)
Group Key: project_id
-> Sort (cost=439.44..439.53 rows=35 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..438.54 rows=35 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4118,4103,4115,4130,4124,4094,4121,4127,4085,4101,4112,4100,4116,4119,4093,4102,4096,4090}'::integer[])))