QUERY PLAN
GroupAggregate (cost=418.35..418.95 rows=30 width=36)
Group Key: project_id
-> Sort (cost=418.35..418.42 rows=31 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..417.58 rows=31 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4174,4173,4172,4170,4169,4167,4166,4161,4164,4157,4155,4142,4127,4098,4111,4096}'::integer[])))