QUERY PLAN
Sort (cost=17.92..17.92 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.50..17.91 rows=1 width=22)
Recheck Cond: (id = ANY ('{136,139,5,1,2,226,215,184,189,197,199,198,202,308,310,324,349,375,377,369,357,356,348,164,181,128,129,165,142}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.49 rows=29 width=0)
Index Cond: (id = ANY ('{136,139,5,1,2,226,215,184,189,197,199,198,202,308,310,324,349,375,377,369,357,356,348,164,181,128,129,165,142}'::integer[]))