SELECT object_category.objectCategoryID, object_category_en.objectCategoryName FROM object_category LEFT JOIN object_category_en ON object_category.objectCategoryID = object_category_en.objectCategoryID WHERE object_category.objectCategoryID = top_10_coral_reefs;

Неправильный запрос