$data['short_description'] = utf8_substr(strip_tags(html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8')), 0, 200) . '..';
<div class="description2">
{{ short_description }}<a class="anchor_desc" href="#yakor_desc">подробнее</a>
</div>
<script><!--
$('.anchor_desc').click(function(e){
$('a[href="#tab-description"]').tab('show');
var target = $(this).attr('href');
$('html, body').animate({scrollTop: $(target).offset().top}, 800);
return false;
});
//-->
</script >
<li class="active"><a href="#tab-description" data-toggle="tab">{{ tab_description }}</a></li>
заменить на
<li id="yakor_desc" class="active"><a href="#tab-description" data-toggle="tab">{{ tab_description }}</a></li>