QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.71..73.99 rows=13 width=63)
Recheck Cond: (id = ANY ('{57,42,1301,48,3370,2182,2136,3343,2762,2526,3367,2186,189}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.70 rows=13 width=0)
Index Cond: (id = ANY ('{57,42,1301,48,3370,2182,2136,3343,2762,2526,3367,2186,189}'::integer[]))