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 (
    1273, 1134, 607, 1092, 584, 1132, 446, 
    492, 461, 399, 649, 1129, 930, 931, 977, 
    929, 1020, 928, 749, 40, 416, 405, 427, 
    444, 827, 826, 595, 485, 486, 838, 549, 
    660, 546, 1260, 978, 979, 401, 400, 457, 
    462, 516, 564, 321, 989, 987, 988, 748, 
    502
  )

Query time 0.00061

JSON explain

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