SELECT 
  b.*, 
  d.*, 
  c.* 
FROM 
  cscart_bm_blocks as b 
  LEFT JOIN cscart_bm_blocks_descriptions as d ON b.block_id = d.block_id 
  LEFT JOIN cscart_bm_blocks_content as c ON b.block_id = c.block_id 
  AND d.lang_code = c.lang_code 
WHERE 
  b.block_id = 138 
  AND d.lang_code = 'en' 
ORDER BY 
  snapping_id DESC 
LIMIT 
  1

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.005726018,
    "const_condition": "1",
    "filesort": {
      "sort_key": "c.snapping_id desc",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "b",
              "access_type": "const",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "4",
              "used_key_parts": ["block_id"],
              "ref": ["const"],
              "rows": 1,
              "filtered": 100
            }
          },
          {
            "table": {
              "table_name": "d",
              "access_type": "const",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "10",
              "used_key_parts": ["block_id", "lang_code"],
              "ref": ["const", "const"],
              "rows": 1,
              "filtered": 100
            }
          },
          {
            "table": {
              "table_name": "c",
              "access_type": "ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "4",
              "used_key_parts": ["block_id"],
              "ref": ["const"],
              "loops": 1,
              "rows": 4,
              "cost": 0.005726018,
              "filtered": 100,
              "attached_condition": "trigcond(c.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

Result

block_id type properties company_id storefront_id ab__ab_hide_block lang_code name snapping_id object_id object_type content
138 safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"178";s:22:"skeleton_height_tablet";s:3:"188";s:22:"skeleton_height_mobile";s:3:"192";} 0 1 N en AB: Social links 0 0 a:1:{s:7:"content";s:865:"<div class="ut2-social-link-block"><div class="ty-mainbox-title">{__("get_social")}</div> <div class="ty-uppercase ty-social-link__title">Join our group<br>and be the first to learn about all promotions and offers!</div> <div class="ut2-social-links"> <a target="_blank" href="your_social_link"><i class="ut2-icon-facebook"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-instagram"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-twitter"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-telegram"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-youtube"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-skype"></i></a> <a target="_blank" href="your_social_link"><i class="ut2-icon-pinterest"></i></a> </div> </div>";}