QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..81.14 rows=17 width=49)
Recheck Cond: (id = ANY ('{2526,3443,12,2125,3438,3377,107,57,918,3436,2128,20,3435,3336,2553,2136,48}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{2526,3443,12,2125,3438,3377,107,57,918,3436,2128,20,3435,3336,2553,2136,48}'::integer[]))