SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10797, 10798, 10799, 10800, 10801, 10802, 
    10803, 10804, 10805, 10806, 10807, 
    10808, 10809, 10810, 10811, 10812, 
    10827, 10828, 10767, 10768, 10769, 
    10770, 10771, 10772, 10773, 10774, 
    10775, 10776, 10777, 10459, 10460, 
    10461, 10462, 10463, 10464, 10465, 
    10625, 10626, 10627, 10628, 10629, 
    10630, 10631, 10632, 10633, 10634, 
    10635, 10636, 12944, 10829, 10830, 
    10831, 10832, 10833, 10834, 10835, 
    10836, 10837, 10838, 10839, 12985, 
    12986, 12987, 12988
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00033

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 (10797,10798,10799,10800,10801,10802,10803,10804,10805,10806,10807,10808,10809,10810,10811,10812,10827,10828,10767,10768,10769,10770,10771,10772,10773,10774,10775,10776,10777,10459,10460,10461,10462,10463,10464,10465,10625,10626,10627,10628,10629,10630,10631,10632,10633,10634,10635,10636,12944,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,12985,12986,12987,12988) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}