SELECT 
  tmall_vendor_plan_descriptions.*, 
  tmall_vendor_plans.*, 
  manual_rating.rating AS manual_rating 
FROM 
  tmall_vendor_plans 
  LEFT JOIN tmall_vendor_plan_descriptions ON tmall_vendor_plan_descriptions.plan_id = tmall_vendor_plans.plan_id 
  AND tmall_vendor_plan_descriptions.lang_code = 'en' 
  LEFT JOIN tmall_manual_rating AS manual_rating ON manual_rating.object_id = tmall_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.00820

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.031689851,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "tmall_vendor_plans.position",
            "table": {
              "table_name": "tmall_vendor_plans",
              "access_type": "ALL",
              "loops": 1,
              "rows": 5,
              "cost": 0.010817625,
              "filtered": 100,
              "attached_condition": "tmall_vendor_plans.`status` = 'A' and (find_in_set(1,tmall_vendor_plans.storefronts) or tmall_vendor_plans.storefronts is null or tmall_vendor_plans.storefronts = '')"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "tmall_vendor_plan_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["plan_id", "lang_code"],
          "ref": ["tmall.tmall_vendor_plans.plan_id", "const"],
          "loops": 5,
          "rows": 1,
          "cost": 0.00884993,
          "filtered": 100,
          "attached_condition": "trigcond(tmall_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": ["tmall.tmall_vendor_plans.plan_id", "const"],
          "loops": 5,
          "rows": 1,
          "cost": 0.00884993,
          "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 ec_live_commerce allowed_vendor_subdomain is_fulfillment_by_marketplace manual_rating
2 en Bronze A 10 0 0.00 month 20.00 0.00 25 500.00 0 0 0 N
1 en Silver A 20 0 100.00 month 10.00 0.00 1000 1000.00 1 0 0 N
3 en Gold A 30 1 250.00 month 5.00 0.00 10000 10000.00 1 0 1 0 Y 0
4 en Platinum A 40 0 1000.00 month 1.00 0.00 100000 0.00 1 0 0 N