QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=31.42..66.58 rows=12 width=67)
Recheck Cond: (id = ANY ('{3443,2526,3417,3381,2762,3329,3326,3270,2599,2136,2532,2130}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{3443,2526,3417,3381,2762,3329,3326,3270,2599,2136,2532,2130}'::integer[]))