QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.99..73.22 rows=14 width=49)
Recheck Cond: (id = ANY ('{1492,3372,3359,2545,12,3343,2526,2768,2125,20,2202,3333,1301,2136}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.99 rows=14 width=0)
Index Cond: (id = ANY ('{1492,3372,3359,2545,12,3343,2526,2768,2125,20,2202,3333,1301,2136}'::integer[]))