QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=31.14..63.73 rows=11 width=55)
Recheck Cond: (id = ANY ('{3327,2115,2545,3372,3334,2117,1933,2589,1098,982,146}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..31.13 rows=11 width=0)
Index Cond: (id = ANY ('{3327,2115,2545,3372,3334,2117,1933,2589,1098,982,146}'::integer[]))