SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10615, 10614, 10613, 10612, 10611, 10610, 
    10609, 10608, 10607, 10600, 10599, 
    10598, 10597, 10596, 15952, 15951, 
    15950, 15949, 15947, 15946, 15945, 
    15944, 10583, 10582, 10581, 10580, 
    10579, 10578, 10577, 10576, 10575, 
    10573, 10572, 10569, 10568, 10567, 
    10566, 10565, 10563, 10561, 10560, 
    10558, 10557, 10556, 10552, 10551, 
    10550, 15943, 10545, 10544, 10543, 
    10542, 10541, 10540, 10539, 10538, 
    10537, 10536, 10535, 10534, 10533, 
    10532, 10531, 10530
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00047

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 (10615,10614,10613,10612,10611,10610,10609,10608,10607,10600,10599,10598,10597,10596,15952,15951,15950,15949,15947,15946,15945,15944,10583,10582,10581,10580,10579,10578,10577,10576,10575,10573,10572,10569,10568,10567,10566,10565,10563,10561,10560,10558,10557,10556,10552,10551,10550,15943,10545,10544,10543,10542,10541,10540,10539,10538,10537,10536,10535,10534,10533,10532,10531,10530) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
101 10597
102 10596
103 10598
104 10600
105 10599