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 (
    68320, 68321, 68322, 68323, 68325, 68324, 
    68326, 68330, 68329, 68331, 68341, 
    68340, 68339, 68338, 68342, 87021, 
    87022, 87023
  )

Query time 0.00092

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": 18,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68320,68321,68322,68323,68325,68324,68326,68330,68329,68331,68341,68340,68339,68338,68342,87021,87022,87023)"
        }
      },
      {
        "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
68320 0 Goodness
68321 0 Balance
68322 0 Goodness
68323 0 Balance
68324 0 Relaxation
68325 0 Peace
68326 0 Healing
68329 0 Jungle
68330 0 Ocean
68331 0 Balance
68338 0 Cloud nine
68339 0 Balance art
68340 0 Deep jungle
68341 0 Timeless
68342 0 Full moon
87021 1 Blue
87022 2 Beige
87023 3 Coral