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 (
    10074, 10573, 10577, 10651, 10642, 12529, 
    12515, 12525, 12532, 12523, 10198, 
    10557, 10202, 10556, 10101, 10558, 
    10142, 10134, 10141, 10053, 10138, 
    10130, 9934, 10563, 10569, 10572, 10602, 
    10603, 10137, 12517, 12531, 12526, 
    12509, 10226, 10551, 10550, 10193, 
    10659, 10664, 10666, 10661, 10663, 
    10190, 10657, 10658, 10194, 10692, 
    12530, 12516, 12496, 12519, 12510, 
    10087, 10100, 10698
  )

Query time 0.00045

JSON explain

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