INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '10241e8adabc30cd1ae75f789ff2200b203c67786f7b79e165f60b2571d2d839', 
    'detC+JWiwnSayxc29wqST0/irbiRc7ti9ArfENtqZdE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00052

Result

int(1)