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 = 271 
  AND d.lang_code = 'en' 
  AND (
    (
      c.object_id = 232709 
      AND c.object_type like 'products'
    ) 
    OR (
      c.object_id = 0 
      AND c.object_type like ''
    )
  ) 
ORDER BY 
  snapping_id DESC 
LIMIT 
  1

Query time 0.00056

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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": "c.block_id <=> 271 and c.lang_code = 'en' and (c.object_id = 232709 and c.object_type like 'products' or c.object_id = 0 and c.object_type like '')"
    }
  }
}

Result

block_id type properties company_id storefront_id lang_code name snapping_id object_id object_type content
271 html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 0 1 en Return Policy 0 0 a:1:{s:7:"content";s:2879:"<p>Returns:</p> <p>Please Contact WeSave Rewards Customer Service with the following information:</p> <p>Order information<br>Order Number<br>First & Last Name<br>Daytime/Evening phone numbers (indicate best time to reach you in case further information is needed)).<br>Indicate whether this is a Return or an Exchange.<br>For All Correspondences Please Include:</p> <p>SKU Number<br>Reason for Return/Exchange<br>Exchanges: Indicate SKU Number, color/size, quantity, description and price of replacement item(s) you desire.<br>Indicate if item was purchased by someone other than yourself and include as much purchaser information as possible (name, address, phone, e&dash;mail address).<br>If returning a gift, you may receive an Exchange or Gift Card for future purchase.<br>If replacement item(s) are more expensive you will need to pay the difference in price.<br>Return Policy</p> <p>Buyer’s Remorse:</p> <p>A product may be returned in its original un&dash;opened packaging within 15 days of receipt for credit. The freight will be paid by the customer/recipient.<br>A product returned as a Buyer’s Remorse may incur a re&dash;stocking fee<br>For safety reasons Items that have been filled with gas or oil cannot be returned<br>&nbsp;</p> <p>Defective/Damaged/Wrong item delivered:</p> <p>We require you to notify WeSave of damaged or wrong item within 48 hours of receipt and defective item within 30 days of receipt.&nbsp;&nbsp;<br>Truck Delivery Policy:</p> <p>Damaged product or wrong item should be refused at time of delivery. Most truck deliveries need someone home to receive it. The customer is responsible to remove and inspect the items before the freight company leaves.&nbsp; Products cannot be returned once delivery has been completed. If there is a problem, WeSave will work with the manufacturer to provide replacement parts.&nbsp; We require you to notify WeSave within 30 days of receipt if a product is defective.&nbsp;&nbsp;</p> <p>Note: Products cannot be returned once fuel and/or oil has been added.&nbsp; Please contact the manufacture directly for warranty information.</p> <p>Damaged/Wrong item delivered via TRUCK:</p> <p>WeSave requires you to notify us of damaged or incorrect item at time of delivery. Products cannot be returned once delivery has been completed and the product is signed for.<br>Defective item delivered via TRUCK:</p> <p>We require you to notify WeSave within 30 days of receipt of a product is defective.<br>&nbsp;</p> <p>Non&dash;Delivery:</p> <p>WeSave requires you to make a claim within 21 days if an item was not delivered.&nbsp;&nbsp;<br>The Following Items CANNOT be returned:</p> <p>Food – Food items cannot be returned<br>Apple Products – Cannot be returned<br>Jewelry&dash; Earrings cannot be returned<br>Gas or Oil&dash; Items that have been filled with gas or oil cannot be returned</p>";}