SELECT 
  netting_vendor_plan_descriptions.*, 
  netting_vendor_plans.*, 
  manual_rating.rating AS manual_rating 
FROM 
  netting_vendor_plans 
  LEFT JOIN netting_vendor_plan_descriptions ON netting_vendor_plan_descriptions.plan_id = netting_vendor_plans.plan_id 
  AND netting_vendor_plan_descriptions.lang_code = 'en' 
  LEFT JOIN netting_manual_rating AS manual_rating ON manual_rating.object_id = netting_vendor_plans.plan_id 
  AND manual_rating.object_type = 'vendor_plan' 
WHERE 
  (
    status IN('A')
  ) 
  AND (
    FIND_IN_SET(1, storefronts) 
    OR storefronts IS NULL 
    OR storefronts = ''
  ) 
ORDER BY 
  position asc

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "netting_vendor_plans.position",
            "table": {
              "table_name": "netting_vendor_plans",
              "access_type": "ALL",
              "rows": 4,
              "filtered": 100,
              "attached_condition": "netting_vendor_plans.`status` = 'A' and (find_in_set(1,netting_vendor_plans.storefronts) or netting_vendor_plans.storefronts is null or netting_vendor_plans.storefronts = '')"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "netting_vendor_plan_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["plan_id", "lang_code"],
          "ref": ["pucuda_cscart.netting_vendor_plans.plan_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(netting_vendor_plan_descriptions.lang_code = 'en')"
        }
      },
      {
        "table": {
          "table_name": "manual_rating",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "102",
          "used_key_parts": ["object_id", "object_type"],
          "ref": ["pucuda_cscart.netting_vendor_plans.plan_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(manual_rating.object_type = 'vendor_plan')"
        }
      }
    ]
  }
}

Result

plan_id lang_code plan description status position is_default price periodicity commission fixed_commission products_limit revenue_limit vendor_store categories storefronts usergroups lowers_allowed_balance grace_period_to_refill_balance is_fulfillment_by_marketplace offer_booking manual_rating
5 en Beta Tester <p><strong><span style="color: rgb(247, 150, 70);">Only Available until 4/30/2024</span></strong></p> <ul><li>3 months free of Pro Tier!</li></ul> <p>Help us work out the kinks and be part of the founding of netting.com!</p> A 0 0 0.00 month 4.87 0.00 0 0.00 1 0 N 1 0
2 en Free* A 10 0 0.00 month 6.00 1.00 25 5000.00 0 N 0 0
1 en Plus A 20 1 125.00 month 4.87 1.00 1000 20000.00 1 0 N 0 0
3 en Pro A 30 0 299.00 month 4.87 0.00 0 0.00 1 N 0 0