QUERY PLAN
HashAggregate (cost=324.05..325.39 rows=108 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..323.43 rows=124 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (client_id = ANY ('{543,93,2713,2150,301,1676,2225,1141,1637,2095}'::integer[])))