QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..76.14 rows=15 width=504)
Recheck Cond: (id = ANY ('{2207,1933,2545,2150,2551,2540,2539,2538,2536,2520,2519,2500,2486,2117,1098}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{2207,1933,2545,2150,2551,2540,2539,2538,2536,2520,2519,2500,2486,2117,1098}'::integer[]))