SELECT 
  *, 
  cscart_product_tabs.status as status, 
  cscart_product_tabs.block_id as block_id, 
  cscart_product_tabs.company_id as company_id, 
  cscart_product_tabs_descriptions.name as name 
FROM 
  cscart_product_tabs 
  LEFT JOIN cscart_product_tabs_descriptions ON cscart_product_tabs.tab_id = cscart_product_tabs_descriptions.tab_id 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_product_tabs.block_id 
WHERE 
  cscart_product_tabs_descriptions.lang_code = 'en' 
ORDER BY 
  position

Query time 0.00007

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_product_tabs.position",
            "table": {
              "table_name": "cscart_product_tabs",
              "access_type": "ALL",
              "possible_keys": ["PRIMARY"],
              "rows": 15,
              "filtered": 100
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_product_tabs_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["tab_id", "lang_code"],
          "ref": ["ebonza_cscart_test.cscart_product_tabs.tab_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "cscart_product_tabs_descriptions.lang_code = 'en'"
        }
      },
      {
        "table": {
          "table_name": "cscart_bm_blocks",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["ebonza_cscart_test.cscart_product_tabs.block_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_bm_blocks.block_id = cscart_product_tabs.block_id)"
        }
      }
    ]
  }
}

Result

tab_id tab_type block_id template addon position status is_primary product_ids company_id show_in_popup ab__smc_hide_content ab__smc_override ab__smc_height lang_code name ab__smc_show_more ab__smc_show_less type properties storefront_id
11 B 90 master_products 0 D N 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Sellers of this product products a:1:{s:8:"template";s:58:"addons/master_products/blocks/products/vendor_products.tpl";} 1
16 B 1663 addons/product_bundles/blocks/product_bundles.tpl product_bundles 0 A N 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Bundles with this product product_bundles a:1:{s:8:"template";s:49:"addons/product_bundles/blocks/product_bundles.tpl";} 1
1 T 0 blocks/product_tabs/description.tpl 1 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Description
2 T 0 blocks/product_tabs/features.tpl 2 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Features
3 T 0 blocks/product_tabs/files.tpl 3 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Files
5 T 0 addons/tags/blocks/product_tabs/tags.tpl tags 5 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Tags
6 T 0 addons/attachments/blocks/product_tabs/attachments.tpl attachments 6 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Attachments
7 B 62 product_variations 7 A N 0 Y a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en View all variations as list products a:5:{s:8:"template";s:61:"addons/product_variations/blocks/products/variations_list.tpl";s:46:"product_variations.hide_add_to_wishlist_button";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:36:"product_variations.show_product_code";s:1:"Y";s:44:"product_variations.show_variation_thumbnails";s:1:"Y";} 1
8 T 0 addons/discussion/blocks/product_tabs/discussion.tpl discussion 8 A Y 0 Y a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Reviews
9 T 0 addons/required_products/blocks/product_tabs/required_products.tpl required_products 9 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Required products
10 B 85 addons/warehouses/blocks/availability_in_stores.tpl warehouses 10 A N 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Availability in stores availability_in_stores a:1:{s:8:"template";s:51:"addons/warehouses/blocks/availability_in_stores.tpl";} 1
14 T 0 addons/buy_together/blocks/product_tabs/buy_together.tpl buy_together 13 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Buy together
15 T 0 addons/product_reviews/blocks/product_tabs/product_reviews.tpl product_reviews 14 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Reviews
17 T 0 addons/ab__video_gallery/blocks/product_tabs/ab__video_gallery.tpl ab__video_gallery 15 D Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Video gallery
18 T 0 addons/ab__deal_of_the_day/blocks/product_tabs/ab__deal_of_the_day.tpl ab__deal_of_the_day 16 D Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"Y";} N 250 en Promotions