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 (
    68356, 68354, 68355, 68359, 68357, 68358, 
    68882, 68883, 68896, 68897, 81031, 
    81033, 81032, 81034, 83918, 83919, 
    83920, 83935, 83933, 83934, 84349, 
    84348, 84347
  )

Query time 0.00539

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": 23,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68356,68354,68355,68359,68357,68358,68882,68883,68896,68897,81031,81033,81032,81034,83918,83919,83920,83935,83933,83934,84349,84348,84347)"
        }
      },
      {
        "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
68354 0 250g box
68355 0 50g box
68356 0 120g box (24 small packs)
68357 0 250g box
68358 0 50g box
68359 0 120g box (24 small packs)
68882 0 250g
68883 0 50g
68896 2 250g box
68897 1 50g box
81031 3 120g box (24 small packs)
81032 1 50g box
81033 2 250g box
81034 3 120g box (24 small packs)
83918 1 250g box
83919 2 50g box
83920 3 120g box (24 small packs)
83933 1 50g
83934 2 120g
83935 3 250g
84347 1 50g
84348 2 120g
84349 3 250g