SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10362, 10363, 10364, 10365, 10366, 10367, 
    10368, 10704, 10705, 10706, 10707, 
    10708, 10709, 10710, 10711, 10712, 
    10301, 10302, 10303, 10304, 10425, 
    10426, 10427, 10428, 10429, 10430, 
    10431, 10432, 10433, 10434, 10435, 
    10436, 10437, 10438, 10439, 10440, 
    10441, 10442, 10443, 10444, 10522, 
    9945, 10601, 9727, 9728, 9729, 9730, 
    9731, 9732, 9733, 10181, 9734, 9735, 
    9724, 9803, 9805, 9797, 9800, 9799, 
    9798, 9801, 9802, 9806, 9804
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00039

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 83.11688232,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10362,10363,10364,10365,10366,10367,10368,10704,10705,10706,10707,10708,10709,10710,10711,10712,10301,10302,10303,10304,10425,10426,10427,10428,10429,10430,10431,10432,10433,10434,10435,10436,10437,10438,10439,10440,10441,10442,10443,10444,10522,9945,10601,9727,9728,9729,9730,9731,9732,9733,10181,9734,9735,9724,9803,9805,9797,9800,9799,9798,9801,9802,9806,9804) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}