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.00099

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.30"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.40"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_tabs_descriptions",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY"
            ],
            "rows_examined_per_scan": 14,
            "rows_produced_per_join": 1,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "1.78",
              "eval_cost": "0.14",
              "prefix_cost": "1.92",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "tab_id",
              "lang_code",
              "name",
              "ab__smc_show_more",
              "ab__smc_show_less"
            ],
            "attached_condition": "((`dev_yourmart_co_bw`.`cscart_product_tabs_descriptions`.`lang_code` = 'en') and (`dev_yourmart_co_bw`.`cscart_product_tabs_descriptions`.`tab_id` is not null))"
          }
        },
        {
          "table": {
            "table_name": "cscart_product_tabs",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "tab_id"
            ],
            "key_length": "3",
            "ref": [
              "dev_yourmart_co_bw.cscart_product_tabs_descriptions.tab_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.35",
              "eval_cost": "0.14",
              "prefix_cost": "2.41",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "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"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "dev_yourmart_co_bw.cscart_product_tabs.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_blocks), (`dev_yourmart_co_bw`.`cscart_bm_blocks`.`block_id` = `dev_yourmart_co_bw`.`cscart_product_tabs`.`block_id`), true)",
            "cost_info": {
              "read_cost": "0.35",
              "eval_cost": "0.14",
              "prefix_cost": "2.90",
              "data_read_per_join": "313"
            },
            "used_columns": [
              "block_id",
              "type",
              "properties",
              "company_id",
              "storefront_id",
              "abt__yt_banners_use",
              "abt__yt_banner_max_position"
            ]
          }
        }
      ]
    }
  }
}

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 abt__yt_banners_use abt__yt_banner_max_position
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
4 T 0 addons/buy_together/blocks/product_tabs/buy_together.tpl buy_together 4 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
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:44:"product_variations.show_variation_thumbnails";s:1:"Y";s:36:"product_variations.show_product_code";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"N";} 1 N 100
8 T 0 addons/discussion/blocks/product_tabs/discussion.tpl discussion 8 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
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 166 addons/warehouses/blocks/availability_in_stores.tpl warehouses 10 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 Availability in stores availability_in_stores a:1:{s:8:"template";s:51:"addons/warehouses/blocks/availability_in_stores.tpl";} 1 N 100
11 T 0 addons/ab__deal_of_the_day/blocks/product_tabs/ab__deal_of_the_day.tpl ab__deal_of_the_day 11 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 Promotions
12 T 0 addons/ab__video_gallery/blocks/product_tabs/ab__video_gallery.tpl ab__video_gallery 12 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 Video gallery
13 B 993 addons/sd_warehouses/blocks/availability_in_stores.tpl sd_warehouses 13 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:54:"addons/sd_warehouses/blocks/availability_in_stores.tpl";} 1 N 100
14 T 0 addons/auction/blocks/product_tabs/bid_history.tpl auction 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