QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.67 rows=16 width=504)
Recheck Cond: (id = ANY ('{2150,3286,2202,3456,1492,93,20,2593,498,3372,3281,2182,12,3454,2166,2128}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{2150,3286,2202,3456,1492,93,20,2593,498,3372,3281,2182,12,3454,2166,2128}'::integer[]))