QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.71..73.23 rows=13 width=53)
Recheck Cond: (id = ANY ('{101,107,57,12,3438,3443,79,2021,89,3448,2032,982,3311}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.70 rows=13 width=0)
Index Cond: (id = ANY ('{101,107,57,12,3438,3443,79,2021,89,3448,2032,982,3311}'::integer[]))