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 = 'fr' 
WHERE 
  pfv.variant_id IN (
    5674, 5673, 5675, 5760, 5762, 5761, 5763, 
    5759, 5661, 5662
  )

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.03531542,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "loops": 1,
          "rows": 10,
          "cost": 0.01817902,
          "filtered": 100,
          "attached_condition": "pfv.variant_id in (5674,5673,5675,5760,5762,5761,5763,5759,5661,5662)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["u428615623_ecartifygonje.pfv.variant_id", "const"],
          "loops": 10,
          "rows": 1,
          "cost": 0.0171364,
          "filtered": 100,
          "attached_condition": "pfvd.lang_code = 'fr'"
        }
      }
    ]
  }
}

Result

variant_id position variant
5661 0 Nuts & Seeds
5662 0 Relish Spices
5673 0 Chicken Chichinga
5674 0 Beef Chichinga
5675 0 Lamb Chichinga
5759 3 S
5760 1 L
5761 2 M
5762 1 Red
5763 2 Yellow