SELECT 
  f.feature_id, 
  f.purpose, 
  p.product_id, 
  p.parent_product_id, 
  g.id, 
  g.code 
FROM 
  cscart_product_variation_group_features AS f 
  INNER JOIN cscart_product_variation_groups AS g ON f.group_id = g.id 
  INNER JOIN cscart_product_variation_group_products AS p ON f.group_id = p.group_id 
WHERE 
  p.product_id IN (
    10489, 10471, 9880, 10472, 9885, 10488, 
    9897, 9895, 10467, 9900, 10470, 10466, 
    10477, 9889, 10475, 9890, 10483, 10495, 
    10490, 10469, 9877, 9894, 9891, 10480, 
    9893, 9878, 9886, 9882, 9888, 10482, 
    13091, 12551, 12638, 12634, 12636, 
    12635, 12599, 12627, 12600, 12639, 
    15800, 12595, 12587, 12593, 12620, 
    12623, 12619, 12585, 12616, 12601, 
    12628, 12602, 12640, 12647, 12588, 
    12605, 12606, 12637, 12612, 12613, 
    12641, 12554, 12552, 12642
  )

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}