INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '93e79a9fe4b360824fec57722ead220e43f3fd884737fd64cc91b956029eb90b', 
    '5Dlv3l2ZydkarfmI+yZQmsj1/KgQa/SArBZ+x4aZY0E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)