SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10708, 10709, 10710, 10711, 10712, 10301, 
    10302, 10303, 10304, 9945, 10601, 9727, 
    9728, 9729, 9730, 9731, 9732, 9733, 
    10181, 9734, 9735, 9724, 10370, 10372, 
    10374, 10376, 10377, 10378, 10379, 
    10380, 10381, 10371, 10373, 10375, 
    10387, 10395, 10390, 10394, 10393, 
    10392, 10386, 10389, 10388, 10637, 
    10638, 10639, 10640, 10641, 13013, 
    13014, 13015, 13016, 13017, 13018, 
    13019, 13020, 13021, 13022, 13023, 
    13024, 13025, 13026, 13027, 13028
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00073

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 (10708,10709,10710,10711,10712,10301,10302,10303,10304,9945,10601,9727,9728,9729,9730,9731,9732,9733,10181,9734,9735,9724,10370,10372,10374,10376,10377,10378,10379,10380,10381,10371,10373,10375,10387,10395,10390,10394,10393,10392,10386,10389,10388,10637,10638,10639,10640,10641,13013,13014,13015,13016,13017,13018,13019,13020,13021,13022,13023,13024,13025,13026,13027,13028) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}