QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=31.42..66.43 rows=12 width=55)
Recheck Cond: (id = ANY ('{2136,2130,2526,3329,2591,2544,2525,2127,2125,2132,2128,101}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{2136,2130,2526,3329,2591,2544,2525,2127,2125,2132,2128,101}'::integer[]))