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 (
    10744, 10745, 10746, 10688, 10727, 10728, 
    10729, 10730, 10731, 10732, 10733, 
    10313, 10314, 10315, 10316, 10317, 
    10318, 10319, 10320, 10321, 10322, 
    10459, 10460, 10461, 10462, 10463, 
    10464, 10465, 10829, 10830, 10831, 
    10832, 10833, 10834, 10835, 10836, 
    10837, 10838, 10839, 10596, 10597, 
    10598, 10599, 10600, 10521, 10520, 
    10519, 10518, 10517, 10516, 10515, 
    10514, 10513, 10512, 10511, 10510, 
    10509, 10508, 10507, 10506, 10505, 
    10504, 10503, 10502, 10501, 10500, 
    10499, 10498, 10497
  )

Query time 0.00035

JSON explain

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