Нет, вам же нужно описание товара, а не категории.
Нужно добавлять в массив $data['products']
Например: после 'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get($this->config->get('config_theme') . '_product_description_length')) . '..',
Добавить: 'meta_description' => utf8_substr(strip_tags(html_entity_decode($result['meta_description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get($this->config->get('config_theme') . '_product_description_length')) . '..',
А в шаблоне заменить <?php echo $product['description']; ?> на <?php echo $product['meta_description']; ?>