QUERY PLAN
Sort (cost=17.44..17.45 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.19..17.43 rows=1 width=22)
Recheck Cond: (id = ANY ('{184,189,137,140,5,1,164,142,226,185,191,229,160,135,139,165,181,2,183,187,349,369,372,348,333,352,356}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.19 rows=27 width=0)
Index Cond: (id = ANY ('{184,189,137,140,5,1,164,142,226,185,191,229,160,135,139,165,181,2,183,187,349,369,372,348,333,352,356}'::integer[]))