SELECT 
  pfv.variant_id, 
  pfv.position, 
  pfvd.variant 
FROM 
  cscart_product_feature_variants AS pfv 
  INNER JOIN cscart_product_feature_variant_descriptions AS pfvd ON pfv.variant_id = pfvd.variant_id 
  AND pfvd.lang_code = 'en' 
WHERE 
  pfv.variant_id IN (
    80194, 80193, 80192, 80191, 80190, 80212, 
    80211, 80210, 80209, 80208, 80207, 
    80206, 80205, 80216, 80215, 80214, 
    80213, 80220, 80219, 80218, 80217, 
    83157, 83158, 83159, 83160, 83177, 
    83178, 83179, 83180
  )

Query time 0.01002

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 29,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (80194,80193,80192,80191,80190,80212,80211,80210,80209,80208,80207,80206,80205,80216,80215,80214,80213,80220,80219,80218,80217,83157,83158,83159,83160,83177,83178,83179,83180)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["dev_db.pfv.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
80190 1 Beige color with stripes and dots
80191 2 Beige color with floral pattern
80192 3 Beige color
80193 4 Moss green color with stripes and dots
80194 5 Moss green color with floral pattern
80205 1 Beige color with stripes and dots
80206 2 Beige color with floral pattern
80207 3 Beige color
80208 4 Beige color with dots
80209 5 Moss green color with stripes and dots
80210 6 Moss green color with floral pattern
80211 7 Moss green color
80212 8 Moss green color with dots
80213 1 Creamy white with light pink lines
80214 2 Green with creamy lines
80215 3 Light pink with creamy white lines
80216 4 Green with light pink lines
80217 1 Green with creamy white
80218 2 Green with light pink
80219 3 Light pink with creamy white
80220 4 Creamy white with pink
83157 1 Gray
83158 2 Cobalt blue
83159 3 Light pink
83160 4 Red
83177 1 Dark gray
83178 2 Dark blue
83179 3 Light pink
83180 4 Red