QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..80.68 rows=17 width=49)
Recheck Cond: (id = ANY ('{3303,2094,2146,543,1181,149,287,530,3301,189,2601,2546,12,1196,3311,90,2088}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{3303,2094,2146,543,1181,149,287,530,3301,189,2601,2546,12,1196,3311,90,2088}'::integer[]))