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 (
    70932, 70931, 70933, 70935, 70934, 70936, 
    70938, 70937, 70939, 70941, 70940, 
    70942, 70944, 70943, 70945, 70947, 
    70946, 70948, 70950, 70949, 70951, 
    70953, 70952, 70954, 70956, 70955, 
    70957, 70959, 70958, 70960, 70962, 
    70961, 70963, 70965, 70964, 70966, 
    70968, 70967, 70969, 70971, 70970, 
    70972, 70974, 70973, 70975, 70977, 
    70976, 70978, 70980, 70979, 70981, 
    70983, 70982, 70984, 70986, 70985, 
    70987, 70989, 70988, 70990
  )

Query time 0.00506

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": 60,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (70932,70931,70933,70935,70934,70936,70938,70937,70939,70941,70940,70942,70944,70943,70945,70947,70946,70948,70950,70949,70951,70953,70952,70954,70956,70955,70957,70959,70958,70960,70962,70961,70963,70965,70964,70966,70968,70967,70969,70971,70970,70972,70974,70973,70975,70977,70976,70978,70980,70979,70981,70983,70982,70984,70986,70985,70987,70989,70988,70990)"
        }
      },
      {
        "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
70931 0 Yellow pattern
70932 0 White pattern
70933 0 Turquoise pattern
70934 0 Yellow
70935 0 Blue and gray
70936 0 Emerald and blue
70937 0 Blue
70938 0 Yellow
70939 0 Red
70940 0 Blue
70941 0 Yellow
70942 0 Red
70943 0 Blue
70944 0 Yellow
70945 0 Pink
70946 0 Yellow orange
70947 0 Pinky red
70948 0 Colorful
70949 0 Red
70950 0 Blue and red
70951 0 Yellow orange
70952 0 Blue
70953 0 Red
70954 0 Yellow
70955 0 Light brown and orange lid
70956 0 Dark gray and red lid
70957 0 Dark Blue
70958 0 Orange pattern
70959 0 Red pattern
70960 0 Blue pattern
70961 0 Red
70962 0 Blue
70963 0 Yellow
70964 0 Orange yellow
70965 0 Blue
70966 0 Red
70967 0 Purple
70968 0 Orange
70969 0 Blue
70970 0 Yellow
70971 0 Blue
70972 0 Red
70973 0 Purple
70974 0 Orange
70975 0 Red
70976 0 Cam
70977 0 Blue
70978 0 Red
70979 0 Orange
70980 0 Green
70981 0 Red
70982 0 Purple strap
70983 0 Navy blue strap
70984 0 Moss green strap
70985 0 Red
70986 0 Blue
70987 0 Green
70988 0 Style 1
70989 0 Style 2
70990 0 Style 3