QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..75.76 rows=15 width=49)
Recheck Cond: (id = ANY ('{149,2548,12,141,2553,3327,498,2526,3303,93,3304,42,518,3326,90}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{149,2548,12,141,2553,3327,498,2526,3303,93,3304,42,518,3326,90}'::integer[]))