QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..81.14 rows=17 width=504)
Recheck Cond: (id = ANY ('{3415,2205,2202,2166,2128,2125,1492,12,3452,3449,3179,85,89,97,3364,93,2130}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{3415,2205,2202,2166,2128,2125,1492,12,3452,3449,3179,85,89,97,3364,93,2130}'::integer[]))