SELECT DISTINCT categories.pkCategoryID, text_detail_metadata.TextDescription AS Name FROM categories, categories_for_vehicle_types, text_detail_metadata WHERE categories.pkCategoryID = categories_for_vehicle_types.fkSubCatID and (categories.fkCatNameID = text_detail_metadata.pkTextId AND text_detail_metadata.fkLangId = 0) and categories_for_vehicle_types.fkCatID = 21426 AND categories_for_vehicle_types.fkVehicleTypeID IN () ORDER BY Name