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 (
    1230, 1227, 77, 1235, 1958, 1712, 1759, 
    1002, 1381, 1320, 359, 1892, 1176, 1201, 
    1191, 1182, 1825, 1824, 1821, 1761, 
    1823, 1822, 1193, 701, 699, 711, 703, 
    710, 706, 1760, 1844, 1689, 1754, 1755, 
    1840, 1756, 1753, 820, 1472, 1145, 1202, 
    247, 296, 1765, 1816, 1766, 1219, 1220
  )

Query time 0.00062

JSON explain

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