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 = 79 
  AND d.lang_code = 'en' 
ORDER BY 
  snapping_id DESC 
LIMIT 
  1

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "const_condition": "1",
    "filesort": {
      "sort_key": "c.snapping_id desc",
      "temporary_table": {
        "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"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(c.lang_code = 'en')"
        }
      }
    }
  }
}

Result

block_id type properties company_id storefront_id lang_code name snapping_id object_id object_type content
79 template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:17:"abt__ut2_fly_menu";s:8:"top_logo";} 0 1 en Logo 0 0